JMFrameShowHide
Shows or hides a frame.
OSStatus JMFrameShowHide ( JMFrameRef frame, Boolean showFrame);
frame
- The frame to show or hide.
showFrame
- A Boolean value. If true, then the frame should be shown; if false, the frame should be hidden.
- function result
- A result code; see "JManager Result Codes".